Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

umpf: fix extra / when using --override=singlearg #51

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

a3f
Copy link
Member

@a3f a3f commented Nov 27, 2024

Prior to processing the overrides, GIT_REMOTE, if set, is appended with a slash. Adding an extra slash later thus introduces breakage when no remote is specified:

  Revision '/v6.9/topic/foo' not found for topic 'v6.9/topic/foo'

Fix by dropping the unnecessary slash.

Prior to processing the overrides, GIT_REMOTE, if set, is appended with a
slash. Adding an extra slash later thus introduces breakage when no remote
is specified:

  Revision '/v6.9/topic/foo' not found for topic 'v6.9/topic/foo'

Fix by dropping the unnecessary slash.

Signed-off-by: Ahmad Fatoum <[email protected]>
@michaelolbrich michaelolbrich merged commit 726de69 into pengutronix:master Nov 27, 2024
2 checks passed
@a3f a3f deleted the override-extra-slash branch November 27, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants